home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
Games
/
xsnake
/
Imakefile
next >
Wrap
Makefile
|
1995-06-26
|
216b
|
13 lines
# Imakefile for XSnake
#
# run "imake", "make depend" and "make"
STD_INCLUDES =
DEPLIBS = $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB) -lx
SRCS = xsnake.c
OBJS = $(SRCS:.c=.o)
ComplexProgramTarget(xsnake)